.wechat-login-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 230px;
}

.QRCode-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  min-width: 250px;
  text-align: center;
}

.QRCode-wrap img {
  width: 200px;
  height: 200px;
}

.QRCode-wrap .expired-wrap {
  margin-top: -50px;
  margin-left: 4px;
  text-align: left;
}

.expired-wrap .expired-title {
  margin-bottom: 4px;
  color: #000;
}

.expired-title .el-icon-warning {
  margin-right: 4px;
  font-size: 15px;
  color: #FF686D;
}

.expired-wrap .expired-desc {
  margin-left: 18px;
  color: #AEAEAE;
}

.QRCode-wrap .tips {
  margin-bottom: 14px;
  font-weight: 700;
  color: #2765CD;
}

.wechat-login-wrap .retry-btn {
  color: #1AA2F1;
  cursor: pointer;
}


.codeFail-wrap {
  margin-top: -20px;
  text-align: center;
  color: #AEAEAE;
}

.codeFail-wrap .el-icon-warning{
  margin-bottom: 10px;
  font-size: 70px;
  color: #FF686D;
}